home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / TIMWIN.ZIP / IMAGES.CX1 < prev    next >
Text File  |  1993-09-22  |  4KB  |  80 lines

  1. ;                   TIM Image Specification File
  2. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ; This file specifies the image set-up for TIMWIN.
  4. ; The specification consists of the following fields, which are separated
  5. ; by white space characters (i.e. spaces or tabs).
  6. ;
  7. ;  i  dis  8  512  512   0   0 
  8. ;  ^   ^   ^   ^    ^    ^   ^ 
  9. ;  |   |   |   |    |    +---+------position of upper left corner in field
  10. ;  |   |   |   |    |               (specify for child images only)
  11. ;  |   |   |   +----+---------------image size (Y, X)
  12. ;  |   |   +------------------------pixel size
  13. ;  |   +----------------------------type of image store: dis(play), mem(ory),
  14. ;  |                                win (memory image with Windows display)
  15. ;  +--------------------------------image name (may be any string)
  16. ;
  17. ; Images can share the same memory space if they are specified in a single
  18. ; block. An empty line separates blocks.
  19. ;
  20. ; The first line in a block not only specifies an image, but also the total
  21. ; amount of memory of the block. This first image is called: Master Image (MI).
  22. ; The image specifications following the MI may have a '-' in the image store
  23. ; type field. These images are called: child images. Their size and position
  24. ; must be so, that they fit in the master image completely. The position
  25. ; specification is necessary only with child images.
  26. ; Windows images (type 'win') cannot have children.
  27. ; Image specification blocks must be separated by at least one empty line.
  28. ;
  29. ; For every specified image the following sub-images are recognized:
  30. ; - 4 images occupying 1/4 of the total image space, accessible by appending
  31. ;   a number (1 - 4) to the image name (e.g. a1, p2, etc.).
  32. ; - a variable sub image, accessible by appending a 'c' to the image name
  33. ;   (e.g. 'ac').
  34. ;
  35. ; The first non-comment line specifies the display window: this is the size
  36. ; of the area that the frame grabber shows in non-zoomed condition.
  37. ;
  38. ; In this file coordinates are specified in Y, X fashion.
  39. ;
  40. ; In this file characters between the comment character (;) and end-of-line
  41. ; are ignored.
  42. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. ;             Specification for 512x512 Cortex1 Frame Grabber
  44. ;
  45. ; Since this FG has only 1 display page, some image names have been relocated
  46. ; to memory. This keeps the system compatible for applications, written for
  47. ; other frame grabbers.
  48.  
  49. display = 512 512                       ;Size display window
  50.  
  51. fg  dis  8  512   512                   ;master image (determined by display)
  52. x    -   -  512   512     0    0
  53. p    -   -  256   256     0    0
  54. q    -   -  256   256     0  256
  55. r    -   -  256   256   256    0
  56. s    -   -  256   256   256  256
  57.  
  58.  
  59. ;
  60. ;  Additional storage in computer memory
  61. ;
  62. f  mem  64  256   256                   ;fft image (64-bit pixels): 512KB
  63. e16 -   16  512   512     0     0 
  64. m16 -   16  256   256     0     0
  65. e   -    8  512   512     0     0
  66. y   -    8  512   512     0   512       ;y is usually located in the frame grabber
  67. g   -    8  512   512     0   512       ;image for graphics (as y)
  68. a   -    8  256   256     0     0
  69. b   -    8  256   256     0   256
  70. c   -    8  256   256   256     0
  71. d   -    8  256   256   256   256
  72. t   -    8  256   256     0  1024       ;t,u,v & w are usually located in the FG
  73. u   -    8  256   256     0  1280
  74. v   -    8  256   256     0  1536
  75. w   -    8  256   256     0  1792
  76.  
  77. h  win   8  256   256    
  78.  
  79. i  win   8  256   256
  80.